Platform Explorer / Nuxeo Platform 5.8

Extension point services

Documentation

Define a service binding.

Services are part of a group. If no group is specified the root group will be used

Groups are bound to servers. If a group is not bound services in the group will be considered to be part of the root group

Services are defined by a class and an optional name. The service locator used for the server exposing the service will locate the service using these information. You can optionally specify a custom locator by using the "locator" sub-element.

Services bindings may also define an adapter that will be used to adapt the service immediately after its instantiation. This can be used to decorate services (for example you can decorate a service to enable caching on the client side) or to handle session oriented services. This way you can start the session using the adapter.

Contribution Descriptors

  • Class: org.nuxeo.runtime.api.ServiceDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.